home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-10-27 | 771 b | 22 lines | [TEXT/GEOL] |
- Item 9092162 27-Oct-89 06:43
-
- From: UK0098 Sign Express Software
-
- To: MACDTS Macintosh Developer Tech. Supt.
-
- cc: MACAPP.TECH$ MACAPP Tech
-
- Sub: Mixing C and Pascal in MacApp
-
- (Using MPW 3.0, Pascal 3, C 3.0, MacApp 2.0ß5)
- Were trying to include an external C routine into Object Pascal code and have
- run into the following problem: If we dont link StdCLib.o then we get all
- manner of undefined function errors from the linker (eg strcmp, strlen etc)....
- However if we do link StdCLib.o then we get name conflicts (duplicate symbol
- errors) with several Pascal functions in PasLib.o (eg fopen, fclose etc.)
-
- Anyone know the way out?
- Mark Hersey
-
-
-